home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d17 / labeler.arc / LABELER.DOC next >
Encoding:
Text File  |  1984-09-19  |  5.5 KB  |  105 lines

  1.                                                             Page 1
  2.  
  3.                                 LABELER
  4.  
  5. INTRODUCTION:
  6.  
  7. The LABELER program is designed to print labels for either envelopes or
  8. diskettes.  The characters on the labels can be of normal or double width and
  9. can be in normal, emphasized, or double-strike emphasized print.  The text is
  10. vertically centered and can either be horizontally centered or left justified.
  11. The program is designed to print on standard 3 1/2 inch by 15/16 inch labels
  12. (35 characters by 5 characters) but can be changed to any other character
  13. dimension specified by the user during program execution.
  14.  
  15. NOTE: THIS PROGRAM IS DESIGNED FOR USE WITH THE IBM PERSONAL COMPUTER GRAPHICS
  16.       PRINTER OR EQUIVALENT.
  17.  
  18.  
  19. USAGE:
  20.  
  21. To use the program, the user must first line up the labels on the printer.
  22. This is done by positioning the tops of the spooler clamps near the middle of
  23. any label.  Also, the leftmost edge of the label should be aligned with the
  24. position marked "1" on the paper clamp of the printer, located just above the
  25. printer head.  One starts the program while in DOS by typing "LABELER" and then
  26. by pressing the return key.  The user should then see a screen identifying the
  27. program as being a "label program".  Once the labels are aligned as mentioned,
  28. pressing any key will invoke the next screen.
  29.  
  30. Throughout the program, the user can utilize the cursor movement keys to change
  31. or append data found at any prompt on the screen.  The up and down keys (found
  32. on the right side of the keyboard on keys 8 and 2 respectively) may be used to
  33. move the cursor to the prompt above and below the current line.  The left and
  34. right keys (found on keys 4 and 6 respectively) may be used to position the
  35. cursor one position to the left or to the right following the prompt.  The left
  36. tab key may be used in the same fashion as the up key, while the right tab key
  37. may be used in place of the return key.  When the cursor is by the last prompt
  38. on any screen, pressing the return key will enter into the program everything
  39. that is on the screen and will return the user to the main menu.  Also,
  40. pressing the panel entry key (the + key located on the far right side of the
  41. keyboard) will enter the contents of the screen into the program.
  42.  
  43. The main menu gives the user the options of (1) loading label specifications
  44. from the disk, (2) changing the label specifications, (3) entering the label
  45. text, or (4) exiting to DOS.  If the "Load label specifications from disk"
  46. option is selected, a prompt appears for the name of the file containing the
  47. label specifications.  If the return key is the next key pressed, then this
  48. option is aborted and the original main menu appears.  If the user enters a
  49. file name that does not exist on the disk, the message "File not found" will
  50. appear on the bottom or the screen, and the user will be asked to input another
  51. file name.  If the file name is found, then the parameters found in that file
  52. will be used to set up the label specifications for the program.  To return to
  53. the main menu, press the return key.
  54.  
  55. If option (2) is chosen from the main menu, then the label specifications may
  56. be changed.  The first item that can be changed is the label width, where the
  57. user can select any size between 1 and 8.5 inches.  As with all label
  58. specification entries, the user is given a second chance if the entry is
  59. invalid.
  60.  
  61.  
  62.                                                            Page 2
  63.  
  64.  
  65. Next, the user can change the label height.  The label height can be set to any
  66. measurement between .2 and 3.5 inches.
  67.  
  68. The third option is that of setting the characters to be printed in either
  69. double-width or single-width type.  If double-width characters are selected,
  70. then only half the number of characters can be printed per line.
  71.  
  72. The fourth option is the choice of either normal, emphasized, or double-strike
  73. emphasized print.  This option is used to adjust the intensity of the print on
  74. the labels.
  75.  
  76. The fifth option is the choice of where the label output is to be directed -
  77. either printing device #1, #2, or #3, or to a file on the disk.  If the labels
  78. are directed to a printing device which is not functioning, the program will
  79. notify the user.
  80.  
  81. The sixth option is whether or not the user wants the label to be centered.
  82. If the user does not want the label centered, then the label will be left
  83. justified.
  84.  
  85. Finally, the user is given the option of saving the label parameters to the
  86. disk.  If the return key is pressed or if the user answers "N", then the main
  87. menu will return to the screen.  If the user responds "Y", then there will be a
  88. prompt for the file name that the parameters should be saved under.  After the
  89. user enters the file name, the main menu will return to the screen.
  90.  
  91. If option (3) of the main menu is chosen, then the text for the label can be
  92. entered.  The dimensions of the labels are used to calculate the total amount
  93. of lines allowed per label.  To include spaces between lines, the user need
  94. only leave the desired line blank.  At the bottom of the label text screen is a
  95. prompt for the number of labels requested.  After this number is entered, the
  96. main menu will once again appear on the screen.
  97.  
  98. After printing all of the desired labels, the program can be ended by entering
  99. option (4) of the main menu.  This will cause program execution to end and
  100. will return the system to DOS.
  101.  
  102.  
  103. AUTHOR: John X. Cerveny
  104. HOME PHONE #: 404-320-1621
  105.